'Declaration Protected Overridable Sub ChangeSelection( _
ByVal oldImageThe old image.As Vintasoft.Imaging.VintasoftImage, _
ByVal currentImageThe current image.As Vintasoft.Imaging.VintasoftImage _
)
protected virtual void ChangeSelection(
Vintasoft.Imaging.VintasoftImage oldImage,
Vintasoft.Imaging.VintasoftImage currentImage
)
protected: virtual void ChangeSelection(
Vintasoft.Imaging.VintasoftImage* oldImage,
Vintasoft.Imaging.VintasoftImage* currentImage
)
protected:
virtual void ChangeSelection(
Vintasoft.Imaging.VintasoftImage^ oldImage,
Vintasoft.Imaging.VintasoftImage^ currentImage
)
Parameters
- oldImage
- The old image.
- currentImage
- The current image.